home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 9 / FM Towns Free Software Collection 9.iso / taropyon / silib / inc / scn / p04pptn.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-16  |  264 b   |  18 lines

  1. #ifndef    _SCN_P04PPTN_H
  2. #define    _SCN_P04PPTN_H
  3.  
  4. #ifndef    _SIDEFS_H
  5. #    include    <sidefs.h>
  6. #endif
  7.  
  8. typedef struct
  9. {
  10.     char            *dat;
  11.     int                x1, y1, x2, y2;
  12.     int                col, bac;
  13. } P04PUTPTN_PARA_T;
  14.  
  15. extern void    HS04_putptn( P04PUTPTN_PARA_T *para );
  16.  
  17. #endif
  18.